home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / lotus / Organizer 6.exe / INSTORG.RSP < prev    next >
Text File  |  1999-09-27  |  16KB  |  513 lines

  1. ;***********************************************
  2. ;***********************************************
  3. ; INFORMATION ABOUT AUTOMATED INSTALL
  4. ;
  5. ; Automated install is a feature that allows 
  6. ; users to run the Lotus Install program 
  7. ; without the user interface. This feature
  8. ; is particularly useful for system administrators
  9. ; who manage installs and upgrades for 
  10. ; large groups of users.
  11. ;
  12. ; System administrators use this feature 
  13. ; by filling in the fields in this response 
  14. ; file (instorg.rsp), and then making this 
  15. ; file available to end users. The information 
  16. ; you supply in this file provides input 
  17. ; to the Install program so it can run without 
  18. ; user intervention.
  19. ;
  20. ; NOTE: Only system administrators should edit 
  21. ; this file. Individual users should use the 
  22. ; response file provided to them by their system
  23. ; administrator.
  24. ; TO USE THE AUTOMATED INSTALL FEATURE:
  25. ;
  26. ; 1) Prepare the Response File:
  27. ;
  28. ;    a) Back up this file by copying it 
  29. ;       to a new name (instorg.sav, for example)
  30. ;       so you can start fresh at any time.
  31. ;    b) In this file, provide the information 
  32. ;       for each field. Examine each default 
  33. ;       value to make sure it is the value you
  34. ;       want. Read the comments for each field
  35. ;       for information about legal values and
  36. ;       possible interactions with other fields.
  37. ;    c) Validate your response file by running 
  38. ;       an install that uses this file as input. 
  39. ;       (See the command line information below).
  40. ;       The Install program displays any errors 
  41. ;       that occur. Remember that if you are 
  42. ;       testing node installs, you must run a
  43. ;       server install first.
  44. ;
  45. ; 2) Make the Response File Available to 
  46. ;    End Users
  47. ;    When your response file has no errors
  48. ;    and performs the install as you intended, 
  49. ;    make it available to your users with 
  50. ;    instructions about how to run the Install 
  51. ;    program. You might want to tell them
  52. ;    what command line to type, or you might 
  53. ;    choose a different method. The best
  54. ;    distribution strategy depends on the tools 
  55. ;    you have available at your site.
  56. ;
  57. ; TO RUN AN AUTOMATED INSTALL:
  58. ; Choose Run from the Start menu (Windows 95) or
  59. ; Windows NT 4.0) or choose File Run from the 
  60. ; Windows Program Manager (Windows NT 3.51), 
  61. ; and type the install command:
  62. ;
  63. ; <path>\install /A <ResponseFilePath> [/U ["UserName"]] 
  64. :       [/O [<LogFilePath>]] [/?]
  65. ;
  66. ; where:
  67. ;    path is the location of the install program
  68. ;         executable.
  69. ;    /A turns on the automated install feature.
  70. ;    ResponseFilePath is the full path and 
  71. ;         name of the response file. If you do 
  72. ;         not specify a path, this defaults to
  73. ;         the directory in which your install 
  74. ;         executable resides.
  75. ;    /U allows you to specify the name of the user.
  76. ;    "UserName" is the name of the user to which
  77. ;         this copy of the program is registered.
  78. ;         See the comments for the UserName field
  79. ;         below for information about defaults.
  80. ;    /O allows you to specify the status log file 
  81. ;         path and filename.
  82. ;    LogFilePath is the full path and name of the 
  83. :         status log file. If you do not specify a 
  84. ;         path, this defaults to \<windowsdir>\lotinst.log.
  85. ;    /? brings up the command line usage message.
  86. ;
  87. ;
  88. ; HINTS AND TIPS:
  89. ;
  90. ; Do not change the field names to the left 
  91. ; of the equal signs (=) in this file. 
  92. ; Changing the field names will cause errors.
  93. ;
  94. ; Do not remove fields from this file.
  95. ; Removing fields will cause errors.
  96. ;
  97. ; If you perform a standard or node
  98. ; install to add another language to
  99. ; this product, the Install program does 
  100. ; not use the directory fields in this file.
  101. ; The additional language is added to the
  102. ; existing copy of the product. For more
  103. ; information about multilingual install,
  104. ; see the Network Administrator's Guide 
  105. ; (readnet.txt).
  106. ;
  107. ;***********************************************
  108. ;***********************************************
  109. ; THE RESPONSE FILE STARTS HERE:
  110. ;
  111. [User Registration]
  112. ; The [User Registration] section is for 
  113. ; information about the end user of this copy
  114. ; of the product. 
  115. ;
  116. ; Type the user's name in the "UserName" field. 
  117. ; Type the company's name in the "CompanyName"
  118. ; field. This information will become a 
  119. ; permanent part of the user's copy of this 
  120. ; program. If you do not supply this 
  121. ; information, the program will attempt 
  122. ; to find the user and company name from 
  123. ; a previously installed version 
  124. ; of this program (if there is one), or 
  125. ; from the Windows registration information.
  126. ;
  127. ;***********************************************
  128. UserName = 
  129. CompanyName = 
  130. ;***********************************************
  131. ;
  132. [General Information]
  133. ; The [General Information] section specifies the
  134. ; type of install you want to perform and the program 
  135. ; group to which you want to add the product icon.
  136. ;
  137. ; Use the "InstallType" field to specify the kind of 
  138. ; install you want to perform. 
  139. ;     1 Standalone Install
  140. ;     2 Server Install
  141. ;     3 Distribution Install
  142. ;     4 Node install
  143. ;
  144. ; Remember that if you want to run a node install, 
  145. ; you must run a server install first, and use the 
  146. ; install.exe generated by the server install.
  147. ;
  148. ;***********************************************
  149. InstallType = 1
  150. ;***********************************************
  151. ;
  152. ; Use the "AddiconOption" field to specify whether 
  153. ; Install should add program icons to your  
  154. ; program group or start menu. 
  155. ;     
  156. ;    0 Do not add program icons
  157. ;    1 Add program icons
  158. ;***********************************************
  159. AddiconOption = 1
  160. ;***********************************************
  161. ;
  162. ; Use the "ProgramGroup" field to name the program 
  163. ; group to which you want to add this product's icon. 
  164. ; This field is only used if you are doing a standard,
  165. ; server, or node install on Windows NT 3.51 and the
  166. ; AddiconOption field is set to 1. It is not used on 
  167. ; Windows 95 or Windows NT 4.0, or if the AddiconOption
  168. ; field is set to 0.
  169. ;
  170. ;***********************************************
  171. ProgramGroup = Lotus SmartSuite
  172. ;***********************************************
  173. ;
  174. ; Use the "StartmenuFolder" field to name the folder 
  175. ; to which you want to add this product's icon. 
  176. ; This field is only used if you are doing a standard, 
  177. ; server, or node install on Windows 95 or Windows NT 4.0. 
  178. ; It is not used on Windows NT 3.51 or if the AddiconOption
  179. ; field is set to 0.
  180. ;
  181. ;***********************************************
  182. StartmenuFolder = Lotus SmartSuite
  183. ;***********************************************
  184. ;
  185. ;***********************************************
  186. ;
  187. [Datalens]
  188. ; The [Datalens] section provides information 
  189. ; about where to install the Datalens 
  190. ; drivers. The fields in this section are only
  191. ; used if the products you are installing use
  192. ; the Datalens drivers, and only during a 
  193. ; server install (InstallType 2).
  194. ;
  195. ; Use the "SQLServerName" field to specify the name 
  196. ; of your SQL server.
  197. ;
  198. ;***********************************************
  199. SQLServerName = 
  200. ;***********************************************
  201. ;
  202. ; Use the "PARADOXNetInfo" field to specify the
  203. ; path to the PARADOX server.
  204. ;
  205. ;***********************************************
  206. PARADOXNetInfo =
  207. ;***********************************************
  208. ;
  209. [ORG]
  210. ; The [ORG] section provides information 
  211. ; specific to Organizer.
  212. ;
  213. ;
  214. ; The "BASEDIR" field specifies the base directory
  215. ; for a single product. Your main product directory,
  216. ; work directory, and all other directories 
  217. ; associated with this product will be created 
  218. ; under this base directory. We recommend that you
  219. ; use the same base directory for all of the 
  220. ; Lotus products you install. This field is used
  221. ; only in standalone, file server, and node installs.
  222. ;
  223. ;***********************************************
  224. BASEDIR= c:\lotus\
  225. ;***********************************************
  226. ;
  227. ; If you don't want to use the default directories
  228. ; based on "BASEDIR" edit these 3 directories
  229. ; and set "SizeOfInstall" to 3 (Custom).
  230. ;
  231. ; Use the "ORGDIR" field to specify the main
  232. ; product directory for Organizer 5.0. 
  233. ;
  234. ; Use the "ORGWORKDIR" field to specify the 
  235. ; directory in which users store their work.
  236. ; Standard and Node only.
  237. ; Use the "ORGBACKUPDIR" field to specify the
  238. ; directory in which users store their backup
  239. ; files. Standard and Node only.
  240. ;
  241. ;***********************************************
  242. ORGDIR = c:\lotus\organize\
  243. ORGWORKDIR = c:\lotus\work\organize\
  244. ORGBACKUPDIR = c:\lotus\backup\organize\
  245. ;***********************************************
  246. ;
  247. ; Use the "SizeOfInstall" field to specify the
  248. ; size of the Organizer install:
  249. ;      1 Default install
  250. ;      2 Minimum install 
  251. ;      3 Custom install
  252. ;
  253. ; This field is only used during standard 
  254. ; and file server installs (InstallType 1 and 2). 
  255. ; For file server installs, you can only use
  256. ; SizeOfInstall 1 or 3. 
  257. ;
  258. ;***********************************************
  259. SizeOfInstall = 1
  260. ;***********************************************
  261. ;
  262. ; Use "ORGRemovePreviousProdFiles" to remove any
  263. ; files from previous releases of Organizer 2.x
  264. ; 0 = Don't delete; 1 = Delete
  265. ;
  266. ;***********************************************
  267. ORGRemovePreviousProdFiles = 0
  268. ;***********************************************
  269. ;
  270. ; Do not edit PimOnly = 1 
  271. PimOnly = 1
  272. ;
  273. ;***********************************************
  274.  
  275. ;***********************************************
  276. ;
  277. [CustomizeORG]
  278. ; The [CustomizeORG] section lets you select
  279. ; which features of Organizer you want to install.
  280. ; This section is only used if the 
  281. ; "SizeOfInstall" field in the [ORG] section 
  282. ; is 3 (custom install).
  283. ;
  284. ;
  285. ; Organizer
  286. ; Choose the feature you want to install.
  287. ;
  288. ; ORGEXE    =    Lotus Organizer
  289. ;***********************************************
  290. ORGEXE = 1
  291. ;***********************************************
  292. ;
  293. ;***********************************************
  294. ;
  295. ; Organizer Compact Utility
  296. ; Choose the feature you want to install.
  297. ;***********************************************
  298. ORGUTILS = 1
  299. ;***********************************************
  300. ;
  301. ;***********************************************
  302. ;
  303. ; Help and Samples
  304. ; Choose the help and samples you want to install.
  305. ;***********************************************
  306. ORGHELP=1
  307. ;     Organizer 5.0 Help files
  308.     ORGHELP1 = 1
  309. ;     Tour files
  310.     ORGHELP2 = 1
  311. ;     Reference files
  312.     ORGHELP3 = 1
  313. ;***********************************************
  314. ;
  315. ;***********************************************
  316. ;
  317. ; Organizer Event Sounds
  318. ; Choose the feature you want to install.
  319. ;
  320. ;***********************************************
  321. ORGEVENTSOUNDS = 1
  322. ;***********************************************
  323. ;
  324. ;***********************************************
  325. ;
  326. ; Layouts
  327. ; Choose the layouts you want to install.
  328. ;
  329. ;***********************************************
  330. ; De-select all with ORGREP = 0
  331. ORGREP=1
  332. ; or deselect individual items
  333. ;    Calendar
  334.     ORGREP1 = 1
  335. ;    Calls
  336.     ORGREP2 = 1
  337. ;    To Do
  338.     ORGREP3 = 1
  339. ;    Contacts
  340.      ORGREP4 = 1
  341. ;    Notepad
  342.     ORGREP5 = 1
  343. ;    Anniversary
  344.     ORGREP6 = 1
  345. ;    Planner
  346.     ORGREP7 = 1
  347. ;***********************************************
  348. ;
  349. ;***********************************************
  350. ;
  351. ; Paper
  352. ; Organizer Paper Layout Files Section
  353. ;
  354. ;***********************************************
  355. ; De-select all with ORGPAPER = 0
  356. ORGPAPER=1
  357. ; or deselect individual items
  358. ;    "2x10-Labels 1 x 4 in"
  359.     ORGPAPER1 = 1
  360. ;    "2x3-Labels 3 1/3 x 4 in"
  361.     ORGPAPER2 = 1
  362. ;    "2x4 Rolodex« 2 1/6 x 4 in"
  363.     ORGPAPER3 = 1
  364. ;    "2x5-Labels 2 x 4 in"
  365.     ORGPAPER4 = 1
  366. ;    "2x7-Labels 1 1/3 x 4 in"
  367.     ORGPAPER5 = 1
  368. ;    "3x10-Labels 1 x 2 5/8 in"
  369.     ORGPAPER6 = 1
  370. ;    "A4 210 x 297 mm"
  371.     ORGPAPER7 = 1
  372. ;    "A5 148 x 210 mm"
  373.     ORGPAPER8 = 1
  374. ;    "Avery« L7902 (A5)"
  375.     ORGPAPER13 = 1
  376. ;    "Avery« L7901 (Filofax«)"
  377.     ORGPAPER14 = 1
  378. ;    "Avery« L7162 (16)"
  379.     ORGPAPER15 = 1
  380. ;    "Avery« L7163 (14)"
  381.     ORGPAPER16 = 1
  382. ;    "Avery« L7159 (24)"
  383.     ORGPAPER17 = 1
  384. ;    "Avery« L7666"
  385.     ORGPAPER18 = 1
  386. ;    "B5 176 x 250 mm"
  387.     ORGPAPER19 = 1
  388. ;    "Day-Timer« Desk"
  389.     ORGPAPER20 = 1
  390. ;    "Day-Timer« Jotter"
  391.     ORGPAPER21 = 1
  392. ;    "Day-Timer« Folio"
  393.     ORGPAPER22 = 1
  394. ;    "Day-Timer« Portable"
  395.     ORGPAPER23 = 1
  396. ;    "DayRunner« Classic(TM)"
  397.     ORGPAPER24 = 1
  398. ;    "DayRunner« Entrepreneur(TM)"
  399.     ORGPAPER25 = 1
  400. ;    "DayRunner« Running Mate«"
  401.     ORGPAPER26 = 1
  402. ;    "Envelope #10 4 1/8 x 9╜ in"
  403.     ORGPAPER27 = 1
  404. ;    "Envelope #9 3 7/8 x 8 7/8 in"
  405.     ORGPAPER28 = 1
  406. ;    "Filofax«"
  407.     ORGPAPER29 = 1
  408. ;    "Franklin Day Planner« Classic (L)"
  409.     ORGPAPER30 = 1
  410. ;    "Franklin Day Planner« Classic (P)"
  411.     ORGPAPER31 = 1
  412. ;     "Franklin Day Planner« Monarch"
  413.     ORGPAPER32 = 1
  414. ;    "Legal 8╜ x 14 in"
  415.     ORGPAPER33 = 1
  416. ;    "Letter 8╜ x 11 in"
  417.     ORGPAPER34 = 1
  418. ;    "Time Manager«"
  419.     ORGPAPER35 = 1
  420. ;***********************************************
  421. ;
  422. ;***********************************************
  423. [CustomizeNodeOptionsORG]
  424. ; The [CustomizeNodeOptionsORG] section
  425. ; is used both during file server installs
  426. ; (InstallType 2) and during node installs
  427. ; (InstallType 4). Please read the comments 
  428. ; below for more details.
  429. ;
  430. ; For a file server install (InstallType 2),
  431. ; the [CustomizeNodeOptionsORG] section allows
  432. ; network administrators to specify which 
  433. ; features *can* be copied to a node user's 
  434. ; machine during a node install. This section
  435. ; corresponds to the Node User Feature Access
  436. ; dialog box in the file server install.
  437. ;
  438. ; Use the following values in these fields for
  439. ; a server install:
  440. ;      0 Do not allow the feature to be copied
  441. ;        to the user's machine
  442. ;      1 Allow the feature to be copied the 
  443. ;        user's machine
  444. ;
  445. ; For a node install (InstallType 4), the 
  446. ; [CustomizeNodeOptionsORG] section allows
  447. ; you to specify which features *will* be 
  448. ; copied to the node user's machine during the
  449. ; node install.
  450. ;
  451. ; Use the following values in these fields for
  452. ; a node install:
  453. ;      0 Do not copy the feature to the user's 
  454. ;        machine
  455. ;      1 Copy the feature to the user's machine
  456. ;
  457. ; Features will be copied to the user's machine
  458. ; during a node install only if they were selected
  459. ; in this section or in the Node User Feature Access
  460. ; dialog box during the server install.
  461. ;
  462. ;***********************************************
  463. ORGEXE            = 0
  464. ORGUTILS        = 0
  465. ORGHELP             = 0
  466. ORGREP             = 0
  467. ORGPAPER         = 0
  468. ORGEVENTSOUNDS     = 1
  469. ;***********************************************
  470. ;
  471. ;
  472. ;***********************************************
  473. ;
  474. [Shared Components]
  475. ; The [Shared Components] section provides information 
  476. ; about Lotus shared components (such as Spell
  477. ; Check).
  478. ; The "COMPONENTSDIR" field is used only during a 
  479. ; server install.
  480. ;
  481. ;*********************************************** 
  482. COMPONENTSDIR = c:\lotus\compnent
  483. ;***********************************************
  484. ; The fields below allow you to select and 
  485. ; deselect the Lotus shared components. 
  486. ; These fields are only used if the "SizeOfInstall"
  487. ; field in the [ORG] section is set to 3.
  488. ;
  489. ; To select a shared component, set its value
  490. ; to 1 (one). To deselect a shared component,
  491. ; set its value to 0 (zero).
  492. ;
  493. ;***********************************************
  494. ;
  495. ;***********************************************
  496. ;
  497. ;
  498. ;***********************************************
  499. ;***********************************************
  500. ;
  501. ;End of Response File
  502.